Windows registry
The windows-registry crate provides simple, safe, and efficient access to the Windows registry.
Start by adding the following to your Cargo.toml file:
[]
= "0.3"
Read and write registry keys and values as needed:
use *;
The windows-registry crate provides simple, safe, and efficient access to the Windows registry.
Start by adding the following to your Cargo.toml file:
[]
= "0.3"
Read and write registry keys and values as needed:
use *;